libxl_qmp: remove libxl__qmp_migrate, introduce libxl__qmp_save
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 11 May 2012 16:46:16 +0000 (17:46 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 11 May 2012 16:46:16 +0000 (17:46 +0100)
commitfebad9712fc544cdca87f5791872d4aa0d944f6a
tree3e426da4539d222721fc99cdd81d831926304b2c
parentc1f3c0c11f284e71b69c190a412086bdf05a30a4
libxl_qmp: remove libxl__qmp_migrate, introduce libxl__qmp_save

Following the recent changes to upstream Qemu, the best monitor command
to suit or needs is "xen-save-devices-state" rather than "migrate".
This patch removes libxl__qmp_migrate and introduces libxl__qmp_save
instead, that uses "xen-save-devices-state".

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/libxl_dom.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_qmp.c